home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / system / bestutil.zip / WHEREIS.DOC < prev   
Text File  |  1984-01-08  |  1KB  |  30 lines

  1. DOCUMENTATION FOR Whereis COMMAND
  2.  
  3.  
  4. Purpose:   Searches for specified file(s) through all DOS
  5.            2.0 directories listing matching files with their
  6.            appropriate directories and sub-directories.
  7.  
  8. Format:    WHEREIS [filename[.ext]]
  9.  
  10. Type:      External
  11.  
  12. Remarks:   This command is from the January 1984 issue of
  13.            "Softalk for the IBM Personal Computer" by John
  14.            Socha. It will work correctly on the volume on
  15.            which it is resident. It does not automatically
  16.            cross over onto other volumes. (Note the absence
  17.            of an optional volume label in the format
  18.            description. The following examples demonstrate
  19.            proper usage (where {CR} indicates a carriage
  20.            return: 
  21.  
  22.  
  23.                     WHEREIS myfile.txt {CR}
  24.  
  25.                     WHEREIS myfile.* {CR}
  26.  
  27.                     WHEREIS *.bas {CR}
  28.  
  29.                     WHEREIS *.* {CR}
  30.